﻿/* 通用属性 */
* { margin: 0; padding: 0; list-style: none; font-family: "微软雅黑", "宋体"; }
body { font-size: 12px; background: #B3C4CB url(images/bg.jpg) top repeat-x; }
#main_out { }
.float_clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.display_none { display: none; }
img { border: none; }
.red { color: red; }
.must_input { font-weight: bold; color: red; }
.green { color: green; }
.blue { color: blue; }
.gray { color: gray; }
.purple { color: purple; }
.clear { clear: both; }
.highlight { color: #FFF; background: red; padding: 1px; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline;}
p { line-height: 26px; }
/* 顶部 */
#top_main { height: 100px; }
#top { width: 980px; margin: 0 auto; position: relative; }
#logo{ float: left; height:100px; width:200px;}
#top_menu { width: 780px; float:right; height: 27px; line-height: 27px;}
#top_menu_left { float: left; width: 600px; }
#top_menu_right { float: right; width: 160px; text-align: right; }

/*导航*/
#navigation { height: 40px; width: 780px; float: right; background: #000000; margin-top:33px; }
#navigation ul li { float: left; border-left: 1px solid #666; position: relative; z-index: 9999;}
#navigation ul #home { border: none; }
/*主导航*/
#navigation ul li a { display: block; line-height: 40px; width: 85px; color: #FFF; text-align: center; font-size: 14px; font-weight: bold; }
#navigation ul li a:hover { background: #FF0000; text-decoration: none; color: #FFF; }
#navigation ul li .current_nav { background: #FF0000; text-decoration: none; color: #FFF; }
/*子导航*/
#navigation ul li ul { display: none; position: absolute; left: 0; background: #000; z-index: 9999; }
#navigation ul li ul li { border: none; float: none; }
#navigation ul li .hasmenu { background: url(images/hasmenu.gif) right no-repeat; }
#navigation ul li ul li a { height: 26px; line-height: 26px; font-size: 12px; font-weight: normal; }
#navigation ul li ul li a:hover { background: #323232; }
#navigation ul li ul li ul { left: 83px; top: 0; }
/*搜索按钮*/
#form_text_search { border: 1px solid #A02F2C; background: #3C3E58; height: 24px; line-height: 24px; padding: 0 5px; width: 120px; position: absolute; top: 28px; right: 59px; color: #FFF; }
#form_submit_search { width: 60px; height: 26px; border: 1px solid #A02F2C; background: #A02F2C; position: absolute; top: 28px; right: 0px; color: #FFF; }
/* 当前位置 */
.current_location { float: right; text-align: right; padding-right: 10px; color: #237EAA; }
.current_location a { color: #237EAA; }
.current_location .current_channel { font-weight: bold; color: red; }
/* 幻灯 */
#banner_main { padding: 10px; }
#banner_title { }
#banner_body { width: 980px; margin: 0 auto; height: 260px; overflow: hidden; position: relative; }
#banner_body ul { height: 260px; position: absolute; }
#banner_body ul li { float: left; width: 980px; height: 260px; overflow: hidden; position: relative; background: #000; }
#banner_body ul li div { position: absolute; overflow: hidden; }
#banner_body .btnBg { position: absolute; width: 980px; height: 20px; left: 0; bottom: 0; background: #000; }
#banner_body .btn { position: absolute; width: 980px; height: 10px; padding: 5px 10px; right: 0; bottom: 0; text-align: right; }
#banner_body .btn span { display: inline-block; _display: inline; _zoom: 1; width: 25px; height: 10px; _font-size: 0; margin-left: 5px; cursor: pointer; background: #fff; }
#banner_body .btn span.on { background: #fff; }
#banner_body .preNext { width: 45px; height: 100px; position: absolute; top: 80px; background: url(images/sprite.png) no-repeat 0 0; cursor: pointer; }
#banner_body .pre { left: 0; }
#banner_body .next { right: 0; background-position: right top; }
#banner_bottom { }
/* 主体 */
#content_main { }
#content_title { display: none; }
#content_body { margin: 10px auto; width: 980px; }
#content_bottom {}
/*主体左侧*/
#left { float: left; width: 240px; border: 1px solid #717E9B; padding: 9px; background: #FFF; }
#left_h { display: none; }
#left_b { }
#left_f { display: none; }
.left_title { background: url(images/left_title.jpg) bottom repeat-x; height: 50px; line-height: 50px; padding: 0 10px; border: 1px solid #DDDCDC; }
.left_title h2 { font-size: 14px; color: #FE5214; }
.left_title a { font-size: 12px; color: #FE5214; }
.left_title h2 a { font-size: 14px; color: #FE5214; }
.left_title h2 span { font-size: 12px; color: #000; font-weight: normal; font-style: italic; margin-left: 10px; }
.left_body { padding: 10px; overflow: hidden; zoom: 1; border: 1px solid #DDDCDC; border-top: none; background: #F4F4F4; }
.left_bottom { height: 10px; }
/*主体右侧*/
#right { float: right; width: 670px;  border: 1px solid #717E9B; padding: 19px; background: #FFF; }
#right_h { display: none; }
#right_b { }
#right_f { display: none; }
.right_title { height: 34px; line-height: 34px; border-bottom: 1px solid #DDDCDC;  }
.right_title h2 { font-size: 16px; color: #FE5214; }
.right_title h2 span { font-size: 12px; color: #000; font-weight: normal; margin-left: 10px; }
.right_body { padding: 10px 0; overflow: hidden; zoom: 1; }
.right_bottom { height: 10px; }

#wide{ border: 1px solid #717E9B; padding: 19px; background: #FFF; }
.w_title { height: 34px; line-height: 34px; border-bottom: 1px solid #DDDCDC; }
.w_title h2 { font-size: 16px; color: #FE5214; }
.w_title h2 span { font-size: 12px; color: #000; font-weight: normal; margin-left: 10px; }
.w_body { padding: 10px 0; overflow: hidden; zoom: 1; }
.w_bottom { height: 10px; }
/*通用内容块*/
.c_title { background: url(images/c_title.jpg) bottom repeat-x; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #DDDCDC; }
.c_title h2 { font-size: 14px; color: #FE5214; }
.c_title a { font-size: 12px; color: #000; }
.c_title h2 a { font-size: 14px; color: #FE5214; }
.c_title h2 span { font-size: 12px; color: #000; font-weight: normal; margin-left: 10px; }
.c_body { padding: 10px; overflow: hidden; zoom: 1; border: 1px solid #DDDCDC; border-top: none; background: #F4F4F4; }
.c_bottom { height: 10px; }
/* 友情链接 */
#link_main { background: #3C3E58; }
#link { width: 980px; margin: 0 auto; padding: 10px 0; }
#link_title { background: #000; color: #FFF; padding: 0 10px; height: 30px; line-height: 30px; }
#link_title h2 { color: #FFF; font-size: 14px; }
#link_title a { color: #FFF; font-size: 12px; }
#link_body { border: 1px solid #000; border-top: none; padding: 9px; background: #FFF; }
#link_pic { overflow: auto; zoom: 1; }
#link_pic ul li { float: left; padding: 1px 3px; text-align: center; }
#link_pic img { width: 90px; height: 30px; padding: 2px; border: 1px solid #CCC; }
#link_pic ul li a:hover img { border: 1px solid #6C9ACC; }
#link_text { overflow: auto; zoom: 1; }
#link_text ul li { float: left; text-align: center; padding: 1px; }
#link_text a { display: block; line-height: 22px; padding: 0 10px; }
#link_bottom { }
/* 版权信息 */
#copyright_main { background: #000; padding: 10px 0; }
#bottom_navigation { width: 980px; margin: 0 auto; height: 26px; line-height: 26px; text-align: center; color: #FFF; }
#bottom_navigation a { color: #FFF; }
#copyright { width: 980px; margin: 0 auto; color: #FFF; }
#copyright a { color: #FFF; }
/* 留言 */
.guestbook_main { padding: 10px; border: 1px solid #CCC; margin-bottom: 10px; }
.guestbook_title { color: #227BAD; line-height: 30px; font-weight: bold; border-bottom: 1px dashed #227BAD; }
.guestbook_intro { line-height: 30px; text-align: right; }
.guestbook_content { padding: 5px; border: 1px dashed #CCC; margin-bottom: 10px; }
.guestbook_answer { padding: 5px; border: 1px solid #CCC; }
.guestbook_answer h2 { color: red; line-height: 20px; font-size: 12px; }
/*图片列表[简约]*/
.picture_list_s li { float: left; text-align: center; padding: 4px; }
.picture_list_s .img_wrap img { padding: 4px; border: 1px solid #CCC; width: 148px; height: 148px; }
.picture_list_s li a { line-height: 22px; }
.picture_list_s li a:hover img { border: 1px solid #cc0000; }
/*图片列表[宽屏]*/
.picture_list_w li { float: left; text-align: center; padding: 4px; }
.picture_list_w .img_wrap img { padding: 4px; border: 1px solid #CCC; width: 168px; height:168px; }
.picture_list_w li a { line-height: 22px; }
.picture_list_w li a:hover img { border: 1px solid #cc0000; }
/*图片列表[详细]*/
.picture_list_d { margin-bottom: 10px; }
.pld_left { width: 210px; float: left; }
.pld_right { width: 450px; float: right; }
.picture_list_d .img_wrap img { padding: 3px; border: 1px solid #CCC; width: 200px;  }
.picture_list_d .img_wrap:hover img { border: 1px solid #F00; }
.pld_title { line-height: 32px; border-bottom: 1px dashed #999; background: url(images/picture_list.gif) left no-repeat; padding-left: 15px; font-size: 14px; }
.pld_content { padding: 5px; }
.pld_intro { text-align: right; color: #999; border-top: 1px dashed #999; line-height: 26px; }
.pld_intro a { color: #999; }
/*文章列表*/
.article_list_c li { line-height: 26px; border-bottom: 1px dashed #CCC; padding-left: 10px; background: url(images/article_list_c.gif) left no-repeat; }
.article_list_s li { line-height: 30px; border-bottom: 1px dashed #999; padding-left: 15px; background: url(images/article_list_s.gif) left no-repeat; }
.article_list_d { padding: 0 10px; border: 1px solid #DDDCDC; margin-bottom: 10px; }
.ald_title { font-size: 12px; line-height: 32px; border-bottom: 1px dashed #999; padding-left: 15px; background: url(images/article_list_d.gif) left no-repeat; font-size: 14px; }
.ald_content { color: #666; }
.ald_intro { text-align: right; color: #999; border-top: 1px dashed #999; line-height: 26px; }
.ald_intro a { color: #999; }
/*评论列表*/
.commentlist { }
.commentlist dt { line-height: 22px; border: 1px dashed #CCC; padding: 0 10px; background: #F5F5F5; }
.commentlist dd { padding: 10px; border: 1px dashed #CCC; border-top: none; margin-bottom: 5px; }
.searchlist li { line-height: 30px; border-bottom: 1px dashed #999; }
/*频道列表 - 无限级分类*/
.channel_list_d { }
.channel_list_d li { line-height: 28px; padding: 2px; border-bottom: 1px solid #D7D7D7; }
.channel_list_d li a { display: block; padding: 0 10px; line-height: 28px; }
.channel_list_d li a:hover { background: #2B2D41; text-decoration: none; color: #FFF; }
.channel_list_d .current_channel a { background: #2B2D41; color: #0F56A8; font-weight: bold; color: #FFF; }
.channel_level1 { font-size: 12px; font-weight: bold; }
.channel_level2 { font-size: 12px; }
.channel_level3 { font-size: 12px; }
/*频道列表 - 递推一级分类*/
.channel_list_s { }
.channel_list_s li { line-height: 28px; padding: 2px; border-bottom: 1px solid #D7D7D7; }
.channel_list_s li a { display: block; padding: 0 10px; line-height: 28px; }
.channel_list_s li a:hover { background: #2B2D41; text-decoration: none; color: #FFF; }
.channel_list_s .current_channel a { background: #2B2D41; font-weight: bold; color: #FFF; }
/*频道列表 - 宽屏*/
.channel_list_w { overflow: auto; zoom: 1; padding: 10px 0; border: 1px solid #DDDCDC; }
.channel_list_w li { float: left; padding: 1px; }
.channel_list_w li a { display: block; padding: 0 10px; line-height: 24px; font-size:14px; }
.channel_list_w li a:hover { background: #2B2D41; font-weight: bold; color: #FFF; text-decoration:none; }
.channel_list_w .current_channel a { background: #2B2D41; font-weight: bold; color: #FFF; }
/*信息详情页*/
#info_name { font-size: 16px; font-weight: normal; text-align: center; padding: 20px 0; }
#info_intro { text-align: center; color: #999; border: 1px solid #E4DDB4; line-height: 30px; background: #F6F1E3; }
#info_intro a { color: #999; }
#info_picture { text-align: center; margin: 20px auto; }
#info_picture img { padding: 5px; border: 1px solid #CCC; }
#info_video { text-align: center; margin: 20px auto; }
#info_slideshow { text-align: center; margin: 20px auto; overflow: auto; zoom: 1; }
.info_slideshow_show img { padding: 5px; border: 1px solid #CCC; max-width: 600px; }
#info_slideshow_nav { overflow: auto; zoom: 1; margin-top: 10px; }
#info_slideshow_nav li { float: left; padding: 2px; }
#info_slideshow_nav li img { width: 50px; height: 50px; border: 1px solid #CCC; padding: 1px; cursor: pointer; }
#info_attach { margin: 20px auto; text-align: center; }
#info_scontent { padding: 10px; background: #EFF3D9; border: 1px solid #A6CC93; margin-top: 10px; }
#info_content { padding: 20px 0; font-size: 14px; }
#info_bcontent { padding: 10px 0; font-size: 14px; }
#info_extra { padding: 10px 0; }
#info_pic { width: 240px; }
#info_bpic { padding: 10px; text-align: center; }
#info_bpic img { max-width: 600px; padding: 5px; border: 1px solid #CCC; }
#info_around { padding: 5px; background: #EFF3D9; border: 1px solid #A6CC93; }
#info_comment { text-align: right; padding: 20px 0; }
/*无缝滚动*/
#products_scroll { overflow: auto; width: 100%; }
/*滑动门*/
#tab_menu { overflow: auto; zoom: 1; }
#tab_menu li { float: left; line-height: 28px; padding: 0 10px; text-align: center; font-size: 12px; color: #2362ED; font-weight: bold; cursor: pointer; color: #225D98; }
#tab_menu .tab_menu_in { background: #225D98; color: #FFF; }
#sitemap li { padding: 1px; }
#sitemap li a { background: #EFF3D9; line-height: 22px; display: block; padding: 0 20px; border: 1px solid #A6CC93; }
#sitemap li a:hover { text-decoration: none; background: #FFF; }
/*表单相关*/
input { font-size: 12px; }
.form_text { font-size: 12px; border: 1px solid #CCC; height: 26px; line-height: 26px; padding: 0 5px; width: 400px; }
.form_text_verifycode { font-size: 12px; border: 1px solid #CCC; height: 26px; line-height: 26px; padding: 0 5px; width: 50px; }
.form_select { font-size: 12px; border: 1px solid #CCC; }
.form_textarea { font-size: 12px; width: 400px; height: 80px; padding: 5px; border: 1px solid #CCC; }
.form_checkbox { }
.form_submit { background: url(images/submit_button.jpg) no-repeat; width: 79px; height: 31px; border: none; color: #FFF; font-weight: bold; }
.form_file { font-size: 12px; padding: 3px 5px; border: 1px solid #CCC; background: #FFF; }
.common_form { }
.common_form li { padding: 10px 0; overflow: auto; zoom: 1; border-bottom: 1px dashed #CCCCCC; }
.common_form label { float: left; text-align: right; padding-right: 10px; width: 100px; display: block; height: 28px; line-height: 28px; font-size: 14px; }
/*表格*/
.layout_table { border-collapse: collapse; width: 100%; }
.common_table { border-collapse: collapse; width: 100%; }
.common_table td { padding: 5px; border: 1px solid #DBDBDB; }
.common_table th { text-align: center; border: 1px solid #DBDBDB; }
/* 漂浮的客服 */
#online_support_main { z-index: 9999; position: fixed; display: block; overflow: hidden; width: 110px; zoom: 1; }
#online_support_title { height: 34px; background: url(images/online_support_title.jpg) no-repeat; cursor: pointer; }
#online_support_body { min-height: 100px; background: url(images/online_support_body.jpg) repeat-y; padding: 10px; text-align: center; }
#online_support_bottom { height: 20px; background: url(images/online_support_bottom.jpg) no-repeat; }
/*分页样式*/
.page_turner { padding: 4px 0px 0px 1px; float: right; clear: both; }
.page_turner a, .page_turner span { float: left; display: block; border: 1px solid #D3D1D1; padding: 2px 5px; margin-left: 4px; line-height: 16px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.c { background: #CC0001; color: #FFF; }
#total { color: red; }
#gotop { position: fixed; width: 19px; bottom: 35px; height: 63px; cursor: pointer; display: none; background: url(images/gotop.gif) no-repeat; }
#sc { position:absolute; top:30px; left:200px; color: red; width: 520px;}
